﻿.Layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.Layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .Layer.on {
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        filter: alpha(opacity=60);
        z-index: 10000;
    }

.pop {
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .pop .shadow {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75;
        filter: alpha(opacity=75);
    }

.video-pop {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
   left:10%;
    z-index: 10001;
}

    .video-pop .btn-close {
      
        width: 58px;
        height: 58px;
        display: block;
        position: absolute;
      top:0px; left:103%; 
        background: url(../images/close_6236dd4.png) no-repeat;
        -webkit-transition: transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -ms-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
    }

        .video-pop .btn-close:hover {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .video-pop .video-box {
        background: #fff;
        width: 100%;
        height: 100%;
    }

#NIE-topBar {
    width: 100%;
}

.video-tc {
    position: fixed;
    display: none;
    z-index: 100001;
    top: 40%;
    margin-left: -15px;
    margin-top: -2.4rem;
}

    .video-tc .close {
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: -2.5rem;
        right: 0;
        background: url(../images/close_a705808.png) no-repeat;
        background-size: 100% 100%;
    }
